Welcome![Sign In][Sign Up]
Location:
Search - TIME VC

Search list

[ActiveX/DCOM/ATLVC++编写的ActiveX控件

Description: ActiveX控件是用户自己编写的控件,并能成功地注册到计算机中并被用户编写的程序所调用以实现用户定义的功能,这样可以节省代码的编写时间。VC++和MFC是用于创建ActiveX控件的强大而灵活的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我们选用MFC来进行ActiveX控件的开发。本程序我们就来写一个简单的ActiveX控件,程序虽然简单,但是从中我们可以了解到ActiveX控件编写的整个过程。-ActiveX is prepared by the user controls, and the successful registration of the computer users were prepared by the procedure call to achieve user-defined function, it saves the time of writing code. VC and MFC is the ActiveX control used to create a powerful and flexible tool, rapid development and easy to use, the two tools is the best option. Therefore, we choose to MFC ActiveX development. The procedures we write a simple ActiveX controls, procedures simple, but we can learn from ActiveX controls prepared by the whole process.
Platform: | Size: 45777 | Author: 和平鸽 | Hits:

[ELanguagepl0编译器(vc实现内嵌词法分析器)

Description: vc实现的pl0编译器,有读取输出功能-read() -write(),这个源码对初学编译原理者有很好的指导作用,我当初学的时候用了3天看懂了源码,也对编译原理更加理解了,毕竟只学理论不看代码是不可能真正理解的,原作者是dwing,我对代码做了一些修改,在此感谢dwing提供的代码-vc achieve pl0 compiler, a reader output - read () - write (), the source for beginners compiler principles are very good role in guiding, I had time to study the use of three days to read the source code, but also to build a greater understanding of the tenets of all, the theory is not see the code is impossible to truly understand the original author dwing yes, I made some code changes like to thank the code dwing
Platform: | Size: 52862 | Author: dlh | Hits:

[OS programVC中基于 Windows 的精确定时

Description: 在工业生产控制系统中,有许多需要定时完成的操作,如定时显示当前时间,定时刷新屏幕上的进度条,上位 机定时向下位机发送命令和传送数据等。特别是在对控制性能要求较高的实时控制系统和数据采集系统中,就更需要精确定时操作。-in industrial production control system, there are many needs time to complete the operation, such as the timing shows the current time, regularly updated progress on the screen of the PC regular crew sent down orders and transmit data. Especially in the control of the high performance requirements of real-time control system and data acquisition system, the need for more precision timing operation.
Platform: | Size: 30198 | Author: 唐佳 | Hits:

[Windows DevelopVC最小化例子

Description: 我包括用户预约呼出以及系统主动呼出,其中预约回呼根据用户预定的时间段呼出,并将其转到对应的设备上为其服务,而系统主动呼出则利用直接录入的记录或者用户给出的待呼出表进行呼出-including users and booking system exhaled breath initiative, which calls booking to users of the scheduled time exhaled and transferred in the corresponding equipment for its services, and systems will take the initiative to raise the use of direct recording records or user is the question of exhaled breath Table
Platform: | Size: 91174 | Author: 东东 | Hits:

[ICQ-IM-Chatsrc

Description: 飞天狐狸做的一个My Oicq,程序分客户/服务两个,提供基于UDP的即时消息传送、消息广播、实时聊天、发送离线消息等功能。 - The flying apsaras fox does My Oicq, a procedure minute customer/serves two, provides based on the UDP immediate news transmission, the news broadcast, real-time chats, transmits function and so on off-line news.
Platform: | Size: 506880 | Author: | Hits:

[Windows Developvcclear

Description: 清理VC编译后产生的临时文件的程序,编译时用到BCG控件-VC clean up after the compiler temporary files generated by the process, compile-time control used in BCG
Platform: | Size: 67584 | Author: | Hits:

[Booksinstallshield

Description: InstallShield简明使用教程[作者简介]: 丁有和,男,69年8月出生,江苏南京人,讲师,硕士,现执教于南京师范大学电气与电子工程学院。长期以年,作者一直尝试CAD、CAM、CAPP及CAI的研究和开发,在校学报及国内其它刊物上发表多篇文章,其中《UCDOS矢量汉字库的使用技术》发表在《微计算机应用》1997年第3期,《VC++控件的汉字及颜色的编程控制》发表在《计算机应用》1999年-InstallShield concise use course [ author introduces ]: Ding has with, male, 69 years in August is born, the Jiangsu Nanjing person, the lecturer, master, presently teaches to the Nanjing normal university electricity and the electronic engineering institute. By the year, the author continuously attempts CAD, CAM, CAPP and the CAI research and the development for a long time, publishes many articles in the school journal and the domestic other publications, "UCDOS Vector Chinese Fonts Use Technology" published in "Micro Computer Application" in 1997 the 3rd issue, "VC Controls a Chinese character And Color Programming Control" publishes in "Computer Application" in 1999
Platform: | Size: 3353600 | Author: 志中 | Hits:

[Windows DevelopDOCTIME2

Description: 《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?- How to send commands to the Document Object matching the original code [code nature] VC reusable code segment I made a similar on the Windows 2000 Performance Monitor procedures. In this process, I created a document object and several view
Platform: | Size: 47104 | Author: 代伟 | Hits:

[Windows Develop61-80

Description: vc灵感编程范例源代码 61 应用程序中运行其它程序 62 隐藏应用程序 63 获取文件的相关信息 64 删除文件 65 文件对话框的使用 66 My Archive 67 获得各种目录 68 获取并改变系统时间 69 GetDirInfo 70 PrintDemo 71 Context Help 72 MyBar 73 MyDate 74 Mouse 75 局域网中的文件拷贝 76 Comp Name 77 Name2Ip 78 Ip2Name 79 Screensaver 80 helpfile-vc inspiration source code programming examples of 61 applications to run other programs 62 63 hidden application access documents related information 65 64 delete the file dialog use 66 67 My Archive access 68 directory access and change the system time GetDirInfo 69 71 70 PrintDemo Co. ntext MyBar Help 72 73 74 Mouse 75 MyDate LAN documents 76 Comp Name copy Name2Ip 78 77 79 Screensa Ip2Name ver 80 helpfile
Platform: | Size: 1623040 | Author: yiyizi | Hits:

[ListView/ListBoxs12_1

Description: 在用VC开发应用程序的时候,经常要在对话框上显示位图。如果把位图加入资源中,当然是省时省力,但程序却也增肥不少,并且失去了灵活性。而如果你要动态地显示一大堆图片,各个图片大小不一,这岂不…本文就是介绍如何在对话框上显示位图,并且如何让对话框自动适应位图的大小的。-in VC application procedures, often in the dialog box shown on the bitmap. If the bitmap join resources is, of course, saves time and effort, but they have fertility procedures lot and lost their flexibility. If you want to show a lot of dynamic pictures, pictures all sizes, it not ... this is how the dialog box shown on the bitmap, and how the dialog box automatically adapting the bitmap size.
Platform: | Size: 3847168 | Author: 赌东道 | Hits:

[Windows Developchange system time

Description: 用VC改变系统时间-VC change the system time
Platform: | Size: 32768 | Author: yzy | Hits:

[Applicationscodehelp

Description: VC源代码管理软件之 CodeHelp(无源码)作者姓名:祝小斌邮件地址:thinkry@263.net开发环境:VC6.0 Windows 2000测试环境:Windows 2000 功能介绍:========== 概 述========== 程序员可能常有这样的烦恼:编程中经常需要去查阅以前写过的代码片断,而每次打开代码所在的工程既费时又费力。 知识管理越来越被大家所重视,源代码也应该做为一种知识资源,纳入知识管理体系中去。CodeHelp 是为了方便程序员更好的管理自己的源代码而写的一款免费软件。 利用 CodeHelp,可以方便的管理你的各种技术资料和源代码。 CodeHelp 以目录树来管理代码文件,你可以自由定义目录,并能够自由移动修改,支持无限分支延伸。采用分段读入方式,能支持超大的目录树。 CodeHelp 支持“语法突出”方式显示代码(目前仅支持C/C++)。能高亮显示源代码中的“注释”、“关键字”和“字符串”,和在 VC6.0 看起来完全一样。 CodeHelp 采用 TabView 来显示多个源代码文件,查看起来非常方便。-VC source code management software capital CodeHelp (without source) Author Name : Chuxiaobin mail address : thinkry@263.net development environment : Windows 2000 VC6.0 test environment : Windows 2000 functional overview presented :========== ========== programmers may tend Pains : Programming often need access to previously written code snippet, and each open source project where the time-consuming and laborious. Knowledge management is increasingly paying attention to you, the source code should also serve as a knowledge resources and knowledge management system into China. CodeHelp programmers is to facilitate better management of their source code and write free software. CodeHelp use can facilitate the management of your technical information and source code. CodeHelp directory tree
Platform: | Size: 297984 | Author: ff | Hits:

[Windows Developvc_NetTime

Description: 用TCP获得网路标准时间来设定您的PC时钟-using Internet standard TCP was time to set your PC clock
Platform: | Size: 12288 | Author: 叶凯 | Hits:

[Windows Developvc_ShowBmpInPropertyBtnArea

Description: 在状态栏中显示时间-the status bar shows the time
Platform: | Size: 64512 | Author: 叶凯 | Hits:

[Windows DevelopTime,date,sys,str,mouse,xms,kbd,scr_routines

Description: 一些经典的VC源代码(5)-some classic VC source code (5)
Platform: | Size: 25600 | Author: 风潇婓 | Hits:

[Crack HackCryption-Vcdkey-Jeff

Description: 怀恋Dos时代吗? 这里有一个Dos下的加/解密软件[提供原代码!],叫做VCDKEY,你可能要奇怪为什么叫VCDKEY?这要从上大学时候说起了:大学时候,有个铁哥们叫做"小胖子",此兄爱看VCD碟子,于是经常租碟在自己电脑上看,而且还经常将一些喜欢的精彩片段辑录到电脑中,而其人缘极好,经常有人去他电脑上玩,但他又不愿意让别人看到他录下的东西!有天,他跟我谈到了他的苦衷,于是,我决定为我的哥们写个东西,于是就有了这个东西! 其实,它的原理很简单,就是文件各字节的异或,但是要配合好字节的异或却要做一些另外的工作!而且它还具有CRC校验及运行时候的进度提示!作为个人的文件加密,C语言的学习都有一定的价值吧! 本人才疏学浅,没有炫耀之意思,只想代码,软件共享,大家共同提高!-nostalgia for the times? Here is a Dos under the plus/decryption software [for the original code! ] Called VCDKEY, you may be wondering why VCDKEY called? From this time on the University Speaking : University of time, to have a buddy called "Overweight", brother love VCD plate, so often rent CDs on their computers perspective, but also often like some of the highlights of all of the computer, and its excellent personal relationship, it was often to go to his computer to play , but he is unwilling to let people see his record things! One day, he told me he talked of the difficulties, and I decided for my brother to write things, he was such a thing! Actually, the principle is very simple. Bytes of the file or different, but to meet good-byte XOR has to be done some other work!
Platform: | Size: 51200 | Author: 杰弗雷 | Hits:

[Graph programmap_vc

Description: 搞mapinfo需要的好东东,实时显示的vc代码-engage MapInfo need good Dongdong, real-time display of vc code
Platform: | Size: 828416 | Author: 刘向阳 | Hits:

[VOIP programRadiusSrv

Description: 自己团队用VC开发基于MYSQL数据库的连H323的openGK的实时身份验证,及IP地址验证的工程-their team-based VC MYSQL database links H323 openGK the real-time identification and validation of IP addresses works
Platform: | Size: 378880 | Author: 胡恒 | Hits:

[OS programruntime

Description: VC++中使用汇编语言,获得程序运行时间 -use assembly language, time was running
Platform: | Size: 242688 | Author: 陈大刚 | Hits:

[Other Embeded programNucleus-PLUS-v5-test

Description: Nucleus MNT评估版,内含MNT实时内核,可用Visual C++编译 -Nucleus MNT evaluation version containing MNT real-time kernel, the C compiler available Visual
Platform: | Size: 2969600 | Author: wtj | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net